remove the name of submodule per recomendation of @alexcrichton
authorMichal Vyskocil <michalvyskocil@eaton.com>
Tue, 28 Jul 2015 22:01:11 +0000 (00:01 +0200)
committerMichal Vyskocil <michalvyskocil@eaton.com>
Tue, 28 Jul 2015 22:01:11 +0000 (00:01 +0200)
README.md

index 6d3e3f994d4efdc0579e895d808986f284454b4a..297bd21d6380503266bb90e1c3064b60a96bd816 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Cargo can then be compiled like many other standard unix-like projects:
 ```sh
 git clone https://github.com/rust-lang/cargo
 cd cargo
-git submodule update --init src/rust-installer
+git submodule update --init
 python src/etc/install-deps.py
 ./configure --local-rust-root="$PWD"/rustc
 make